home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-12 | 702 b | 32 lines | [TEXT/MPS ] |
- /*
- File: Windows.r
-
- Contains: Window Manager Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0.1
-
- Copyright: © 1984-1997 by Apple Computer, Inc., all rights reserved
-
- Bugs?: Please include the the file and version information (from above) with
- the problem description. Developers belonging to one of the Apple
- developer programs can submit bug reports to:
-
- devsupport@apple.com
-
- */
-
- #ifndef __WINDOWS_R__
- #define __WINDOWS_R__
-
- #ifndef __CONDITIONALMACROS_R__
- #include "ConditionalMacros.r"
- #endif
-
- #ifndef __MACWINDOWS_R__
- #include "MacWindows.r" /* Windows.r was renamed to MacWindows.r */
- #endif
-
- #endif /* __WINDOWS_R__ */
-
-